type go.uber.org/mock/gomock.callSet
11 uses
go.uber.org/mock/gomock (current package)
callset.go#L26: type callSet struct {
callset.go#L42: func newCallSet() *callSet {
callset.go#L43: return &callSet{
callset.go#L50: func newOverridableCallSet() *callSet {
callset.go#L51: return &callSet{
callset.go#L60: func (cs callSet) Add(call *Call) {
callset.go#L78: func (cs callSet) Remove(call *Call) {
callset.go#L96: func (cs callSet) FindMatch(receiver any, method string, args []any) (*Call, error) {
callset.go#L135: func (cs callSet) Failures() []*Call {
callset.go#L151: func (cs callSet) Satisfied() bool {
controller.go#L76: expectedCalls *callSet
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)